#header {
    width: 100%;
	height: 0.9rem;
	position: fixed;
	z-index: 9;
	background: #F8F8F8;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
	border-radius: 0rem 0rem 0rem 0rem;
	top: 0;
}

#main {
	width: 14.4rem;
	display: flex;
}

#header .main {
	padding-right: 1.24rem;
}

#header .header_logo {
	max-width: 2.43rem;
	height: 0.5rem;
}

#header .flex_box1 {
	/* flex: 0 0 3.06rem; */
}

#header .slide_down {
	position: absolute;
	overflow: hidden;
	width: 100%;
	transition: var(--s_tran);
	left: 110%;
	transform: translateX(-50%);
}

#header .flex_box2 {
	flex: 0 0 6.81rem;
}

#header .header_nav {
	justify-content: space-between;
}

#header .header_nav .level1 {
	position: relative;
}

#header .level1_a {
	font-weight: bold;
	font-size: 0.18rem;
	color: #333;
}

#header .header_nav .level1 .slide_down {
	width: 200px;
}

#header .header_nav .level1 .slide_down>div {
	width: 100%;
}

#header .header_nav .level1_a {
	text-transform: uppercase;
	font-family: 'tm';
	transition: var(--s_tran);
	font-size: 0.18rem;
	line-height: 0.9rem;
}

#header .header_nav .level1_a:hover {
	color: #FF5905;
	font-size: 0.18rem;
	font-weight: bold;
}

#header .header_nav .level1_a.nav_more::after {
	content: '';
	display: inline-block;
	width: 0.09rem;
	height: 0.05rem;
	background: url('../img/index/index3.png');
	background-position: center;
	background-size: 100% 100%;
	margin-left: 0.02rem;
	vertical-align: 0.04rem;

}

#header .header_nav .level1_a.active.nav_more::after {
	background: url('../img/index/index2.png');
}

#header .header_nav .level1_a.cur {
	font-weight: bold;
	font-size: 0.18rem;
	color: #333;
}

#header .header_nav .level2_list {
	text-align: center;
	padding-bottom: 0.08rem;
	width: 1.22rem;
	background: #1A1A1A;
	opacity: 0.91;
}

#header .header_nav .level2_list .level2_a {
	line-height: 1.2;
	padding: 0.13rem;
	cursor: pointer;
	transition: var(--s_tran);
	color: #B0B0B0;
}

.xian-1 {
	width: 0.9rem;
	height: 0rem;
	border: 0.01rem solid #747474;
	margin: 0 auto;
}

#header .header_nav .level2_list .level2_a:hover {
	color: #fff;

}

#header .flex_box3 .flex_box {
	border-radius: 50px;
	border: 0.01rem solid #BFBFBF;
	height: 0.4rem;
	overflow: hidden;
	padding: 0.05rem 0.2rem;
	max-width: 3rem;
	margin: 0 auto;
}

#header .flex_box3 .flex_box .flex_box2 {
	max-width: 0.2rem;
	height: 0.2rem;
	vertical-align: middle;
}

#header .flex_box3 {
	flex: 0 0 3.8rem;
}

#header .flex_box3 input {
	font-size: 0.14rem;
	color: #949494;
}

#header input::-webkit-input-placeholder {
	/* Chrome/Safari/Opera */
	font-size: 0.14rem;
	color: #949494;
}

#header input:-moz-placeholder {
	/* Firefox 4 - 18 */
	font-size: 0.14rem;
	color: #949494;
}

#header input::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 0.14rem;
	color: #949494;
}

#header input:-ms-input-placeholder {
	/* IE 10+  */
	font-size: 0.14rem;
	color: #949494;
}

#header .flex_box4 {
	flex: 0 0 2.9rem;
	height: 0.9rem;
	background: #FF5905;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	right: 0;
	padding-right: 0.45rem;
}

#header .flex_box4::before {
	content: '';
	border-color: transparent #FF5905 #FF5905 transparent;
	border-width: 0.45rem 0.1rem;
	border-style: solid;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: -0.19rem;
}

#header .flex_box4 .flex_box11 {
	flex: 0 0 0.4rem;
	max-height: 0.4rem;
	margin-left: 0.4rem;
}

#header .flex_box4 .flex_box12 {
	font-size: 0.22rem;
	font-family: Poppins, Poppins;
	color: #fff;
	padding-left: 0.1rem;
	flex: 0 0 2rem;
}

#header .flex_box4 .flex_box12 p {
	font-size: 0.22rem;
}

#header .slide_down {
	height: 0;

}
.common-phone-header,
.side-wrap{
    display: none;
}
@media only screen and (max-width: 1024px) {
    #header{
        display: none;
    }
    .header-wrap {
        display: none;
    }
    .common-phone-header {
        display: block !important;
    }
    .side-wrap {
        display: block !important;
    }
    .common-phone-header {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }
    .common-phone-header-inner {
        display: flex;
        height: 50px;
        border-bottom: 1px solid #eee;
        padding: 0 15px;
        justify-content: space-between;
        align-items: center;
    }
    .header-menu-phone{
        height: 30px;
        width: auto;
    }
    .header-logo-phone {
        height: 30px;
        width: auto;
    }
    .header-search-phone {
        height: 30px;
        width: auto;
        display: none;
    }
    .header-search-box-phone {
        display: none;
    }
    .header-search-input-phone {
        border-radius: 20px;
        height: 35px;
        border-width: 1px;
        border: 1px solid #333;
        padding: 0 10px;
        font-size: 14px;
    }
    .side-modal {
        display: none;
        position: fixed;
        z-index: 99999;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100vw;
        background:rgba(0, 0, 0, .5);
    }
    .side-container {
        display: none;
        position: fixed;
        z-index: 100000;
        left: 0;
        top: 0;
        height: 100vh;
        width: 6.4rem;
        background-color: #fff;
        color: #000;
        border-left: 1px solid #eee;
        animation: ani_side 1s;
    }
    .side-container.shown {
        display: block;
    }.header-logo-box-phone{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    @keyframes ani_side{
        from {
            display: none;
            width: 3rem;
        }
        to {
            display: block;
            width: 6.4rem;
        }
    }
    .side-wrap {
        width: 100%;
    }
    .side-top {
        display: flex;
        height: 60px;
        padding: 0 20px 0 30px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
    }
    .side-logo {
        height: 20px;
        width: auto;
    }
    .side-close {
        width:.48rem;
    }
    .side-bottom {
        padding:  0 .48rem 0 .72rem;
    }
    .nav-item-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .27rem 0 .27rem 0;
        border-bottom: 1px solid #eee;
    }
    .nav-item-inner span{
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .nav-item-inner img{
        width: .4rem;
    }
    .side-nav-list .nav-item a{
        color: #000;
        font-size: .26rem;
        width: 100%;
        display: inline-block !important;
    }
    .side-nav-list .side-local-img {
        width: .3rem;
        margin-right: .2rem;
        vertical-align: text-bottom;
    }   
    .side-nav-list-sub {
        display: none;
    }
    .side-nav-list-sub  .side-back-img {
        width: .3rem;
        margin-right: .2rem;
        vertical-align: text-bottom;
    }
}